home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / SYS / s / test4.rexx < prev    next >
OS/2 REXX Batch file  |  1996-09-26  |  233b  |  13 lines

  1. /* test 4 : verify mutiple argument passing */
  2.  
  3. Options Results
  4.  
  5. address ORIGAMI
  6. putarg 'keyboard.c'
  7. putarg 100
  8. putarg "This is a testmessage !"
  9. saserror
  10.  
  11. if rc > 0 then say 'Error was 'ORIGAMI.LASTERROR
  12. else say 'Result was 'Result
  13.